By Aylmer Ametewee on December 12, 2024
Beginner

To delete any existing leave balance records including leave b/f, accrued, issued , adjustment & encashment of a particular leave type, please follow below process 

  1. Take backup of the database
  2. Login to the sql studio 
  3. Select the database along with the year required 
  4. Right click and choose run new query
  5. Write the query as below and execute: 

select * from lvleavetype_master (this will allow you view the various leave types and their leavetypeunkid)

delete lvleavebalance_tran where leavetypeunkid=4 (this will allow you to delete the leave records for that particular leave type)

Find below screenshot for process.



More articles on Aruti



More articles on Aruti
Comments

No comments yet.

Add a comment
Ctrl+Enter to add comment